nhooyr.io/websocket.Conn.rwc (field)
7 uses
nhooyr.io/websocket (current package)
conn.go#L49: rwc io.ReadWriteCloser
conn.go#L98: rwc: cfg.rwc,
conn.go#L120: c.writeBuf = extractBufioWriterBuf(c.bw, c.rwc)
conn.go#L157: err = c.rwc.Close()
conn.go#L167: c.rwc.Close()
netconn_notjs.go#L9: if unc, ok := nc.c.rwc.(net.Conn); ok {
netconn_notjs.go#L16: if unc, ok := nc.c.rwc.(net.Conn); ok {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |